home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DDJ0992.ARJ / READ.ME < prev    next >
Text File  |  1992-07-13  |  2KB  |  53 lines

  1.  
  2.  
  3.                                 DB Notes      
  4.  
  5.  
  6. XUD Command                                                                   
  7. -----------
  8.  
  9. You must exercise caution when using XUD.  If you have directed DB to 
  10. generate a break point in the middle of a service which your debugger
  11. uses (perhaps one involving video or the keyboard), you may
  12. crash when attempting to re-enter such code.
  13.  
  14. Also, don't use XUD in places where you should use Q (Quit).  For example,
  15. you may see problems if while in your debugger, you hot key into DB, and 
  16. then return with XUD.
  17.  
  18.  
  19. Booting
  20. -------
  21.  
  22. Code needs to be added to DB to handle doing a warm boot.  For now, you
  23. will have to do a hard reset.
  24.  
  25.  
  26. DPMI
  27. ----
  28.  
  29. DB is not DPMI compliant and cannot coexist with other protected mode
  30. programs.
  31.  
  32.  
  33. Software Versions
  34. -----------------
  35.  
  36. DB was developed using MASM 5.10.  The CodeView referenced in the article
  37. is version 2.2.
  38.  
  39.  
  40. Known Bugs
  41. ----------
  42.  
  43. 1. When using DB with another debugger, do not trace across an I/O instruction
  44.    on which DB has been directed to generate a break point (code needs to be
  45.    added within the I/O detection portion of DB to determine that a trace within
  46.    the user debugger is occuring).  Tracing across other break points defined
  47.    with DB should be ok.
  48.  
  49. 2. Do not set R/W (Write only is ok) data access break points on addresses in
  50.    the interrupt vector range (code needs to be added to DB to disable break
  51.    points of this type while the protected mode exception handlers are
  52.    active).
  53.